- memory management functions
- Вычислительная техника: функции управления памятью
Универсальный англо-русский словарь. Академик.ру. 2011.
Универсальный англо-русский словарь. Академик.ру. 2011.
Memory management unit — This 68451 MMU could be used with the Motorola 68010 A memory management unit (MMU), sometimes called paged memory management unit (PMMU), is a computer hardware component responsible for handling accesses to memory requested by the CPU. Its… … Wikipedia
Region-based memory management — In computer science, region based memory management is a type of memory management in which each allocated object is assigned to a region. A region, also called a zone, arena, or memory context, is a collection of allocated objects that can be… … Wikipedia
Manual memory management — In computer science, manual memory management refers to the usage of manual instructions by the programmer to identify and deallocate unused objects, or garbage. Up until the mid 1990s, the majority of programming languages used in industry… … Wikipedia
Memory protection — is a way to control memory access rights on a computer, and is a part of most modern operating systems. The main purpose of memory protection is to prevent a process from accessing memory that has not been allocated to it. This prevents a bug… … Wikipedia
paged memory management unit — Abbreviated PMMU. A specialized chip designed to manage virtual memory. High end processors, such as the Motorola 68040 and the Intel Pentium, have all the functions of a PMMU built into the chip itself. See also virtual memory … Dictionary of networking
memory cache — An area of high speed memory on the processor that stores commonly used code or data obtained from slower memory, eliminating the need to access the system s main memory to fetch instructions. The Intel 82385 cache controller chip was used… … Dictionary of networking
C dynamic memory allocation — C Standard Library Data types Character classification Strings Mathematics File input/output Date/time Localization … Wikipedia
Hoard memory allocator — The Hoard memory allocator, or Hoard, is a memory allocator for Linux, Solaris, Microsoft Windows and other operating systems. Hoard can improve the performance of multithreaded applications by providing fast, scalable memory management functions … Wikipedia
Memory improvement — The hippocampus regulates memory function. Memory improvement is the act of improving one s memory. Medical research of memory deficits and age related memory loss has resulted in new explanations and treatment techniques to improve memory,… … Wikipedia
Conventional memory — Memory areas of the IBM PC family. In DOS memory management, conventional memory, also called base memory, is the first 640 kilobytes (640 × 1024 bytes) of the memory on IBM PC or compatible systems. It is the read write memory usable by the… … Wikipedia
Memory-mapped file — A memory mapped file is a segment of virtual memory which has been assigned a direct byte for byte correlation with some portion of a file or file like resource. This resource is typically a file that is physically present on disk, but can also… … Wikipedia